'Declaration
Public Function New( _ ByVal value() As Byte, _ ByVal namespaceIndex As UShort _ )
'Usage
Dim value() As Byte Dim namespaceIndex As UShort Dim instance As New ExpandedNodeId(value, namespaceIndex)
public ExpandedNodeId( byte[] value, ushort namespaceIndex )
public: ExpandedNodeId( array<byte>^ value, ushort namespaceIndex )
Parameters
- value
- The id of the node we are wrapping
- namespaceIndex
- The index of the namespace that this node should belong to